.head_hj35_xp_close{
    position: absolute;
    right: 2vw;
    top: 2vw;
    cursor: pointer;
}
.head_hj35_xp_close img{
    transition: all 1s;
}
.head_hj35_xp_close:hover img{
    transform: rotate(180deg);
}
.head_hj35_xp_title .index_title{
    font-weight: bold;
}
.head_hj35_xp_form form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.head_hj35_xp_form form > .inquiryinfo,.inqureiy_a{
    flex: 0 0 48%;
    width: 48%;
}
.head_hj35_xp_form .inquiryinfo .inquiryname{
    font-size: 20px;
    color: #888;
}
.inqureiy_35{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 0 0 100%;
    width: 100%;
}
.inqureiy_35 .inquiryinfo{
    flex: 0 0 48%;
    width: 48%;
}
.inqureiy_35 .inqureiy_a .inquiryinfo{
    flex: 0 0 100%;
    width: 100%;
}
.head_hj35_xp_form .inquiryinfo input[type=text],
.head_hj35_xp_form .inquiryinfo textarea,
.inquiryinfo.last input[type="submit"]{
    border-radius: 0;
}
.inquiryinfo.last{
    display: flex;
    align-items: flex-end;
}
.inqureiy_35 > .inquiryinfo .inquiryright{
    height: 100%;
}
.inqureiy_35 > .inquiryinfo .inquiryright textarea{
    height:78%;
}
.inquiryinfo.last input[type="submit"]{
    width: 150px;
    height: 45px;
    line-height: 45px;
    background-color: #595758;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 18px;
    transition: all .5s;
}
.head_hj35_xp_form .inquiryright{
    position: relative;
}
.head_hj35_xp_form .yz_alert{
    position: absolute;
    left: 0;
    bottom: -20px;
}